home *** CD-ROM | disk | FTP | other *** search
- Path: anvil.ugrad.cs.ubc.ca!not-for-mail
- From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
- Newsgroups: comp.lang.c,comp.unix.programmer
- Subject: Re: API for serial port comm in Solaris
- Followup-To: comp.unix.programmer
- Date: 1 Mar 1996 12:44:41 -0800
- Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
- Message-ID: <4h7njpINN263@anvil.ugrad.cs.ubc.ca>
- References: <4h6q4k$8i0@tst.hk.super.net>
- NNTP-Posting-Host: anvil.ugrad.cs.ubc.ca
-
- In article <4h6q4k$8i0@tst.hk.super.net>,
- Peter Alexander Schindler <moscow@news.hk.super.net> wrote:
- >Does anybody have experience in C programming to communicate through a
- >Solaris platform's serial port? I would like to know what API I can make
- >use of. Thanks in adv.
-
- Try the termio API. It is a POSIX-standardized method of talking to tty
- devices, which are the UNIX abstraction for things like serial ports and
- whatnot.
-
- This is not a C question.
-
- (followups redirected to comp.unix.programmer)
- --
-
-